var internal/runtime/exithook.locked

5 uses

	internal/runtime/exithook (current package)
		hooks.go#L31: 	locked  atomic.Int32
		hooks.go#L44: 	for !locked.CompareAndSwap(0, 1) {
		hooks.go#L48: 	locked.Store(0)
		hooks.go#L57: 	for !locked.CompareAndSwap(0, 1) {
		hooks.go#L63: 	defer locked.Store(0)